Uses of Class
com.netscape.certsrv.dbs.DBException
Packages that use DBException
Package
Description
-
Uses of DBException in com.netscape.certsrv.dbs
Subclasses of DBException in com.netscape.certsrv.dbsModifier and TypeClassDescriptionclass
This exception indicates that the internal database is down.class
This exception indicates that a record already exists in the internal database.class
This exception indicates that a record does not exist in the internal database. -
Uses of DBException in com.netscape.certsrv.ldap
Subclasses of DBException in com.netscape.certsrv.ldapModifier and TypeClassDescriptionclass
A class that represents a Ldap exception.class
This represents exception which indicates Ldap server is down.Methods in com.netscape.certsrv.ldap that return DBExceptionModifier and TypeMethodDescriptionstatic DBException
LDAPExceptionConverter.toDBException
(netscape.ldap.LDAPException e) -
Uses of DBException in com.netscape.certsrv.publish
Subclasses of DBException in com.netscape.certsrv.publishModifier and TypeClassDescriptionclass
This type of exception is thrown in cases where an parsing error is found while evaluating a PKI component.class
Exception for Publish Mapper not found.class
Exception for Mapper Plugin not found.class
Exception for Publisher not found.class
Exception for Publisher Plugin not found.class
Exception for Ldap Publishing Rule not found.class
Exception for Publisher Rule plugin not found.Methods in com.netscape.certsrv.publish that throw DBExceptionModifier and TypeMethodDescriptionabstract void
Mapper.init
(ConfigStore config) Initialize from config store.abstract void
Publisher.init
(ConfigStore config) Initialize from config store.abstract String
maps a certificate to a LDAP entry.abstract String
maps a certificate to a LDAP entry.abstract void
Publish an object.abstract void
Unpublish an object. -
Uses of DBException in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw DBException -
Uses of DBException in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that throw DBExceptionModifier and TypeMethodDescriptionvoid
DBSSession.close()
Closes this session.void
LDAPSession.close()
Closes this session.LDAPRegistry.createObject
(netscape.ldap.LDAPAttributeSet attrs) Creates object from attribute set.DBSubsystem.createSession()
Creates a database session.void
DBRegistry.registerAttribute
(String ufName, DBAttrMapper mapper) Registers attribute mapper.void
LDAPRegistry.registerAttribute
(String ufName, DBAttrMapper mapper) Registers attribute mapper.void
DBRegistry.registerObjectClass
(String className, String[] ldapNames) Registers object class.void
LDAPRegistry.registerObjectClass
(String className, String[] ldapNames) Registers object class.Constructors in com.netscape.cmscore.dbs that throw DBExceptionModifierConstructorDescriptionLDAPSession
(DBSubsystem dbSubsystem, netscape.ldap.LDAPConnection c) Constructs a database session. -
Uses of DBException in com.netscape.cmscore.usrgrp
Methods in com.netscape.cmscore.usrgrp that throw DBException